home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / wevent09.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  228 b   |  11 lines

  1. on exitFrame
  2.   if the castNum of sprite 4 = 11 then
  3.     set the castNum of sprite 4 to 8
  4.   else
  5.     set the castNum of sprite 4 to the castNum of sprite 4 + 1
  6.   end if
  7.   updateStage()
  8.   set data to random(3)
  9.   go(the frame)
  10. end
  11.